projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6f5fc
)
(Vector Functions): Delete duplicate xref.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Jul 2006 17:58:38 +0000
(17:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Jul 2006 17:58:38 +0000
(17:58 +0000)
lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/lispref/sequences.texi
b/lispref/sequences.texi
index 9efd38e3abec97a4b55cfc73c458c70b5e78c387..35cff43739d7e7aa7e41b5978e3e427e41161870 100644
(file)
--- a/
lispref/sequences.texi
+++ b/
lispref/sequences.texi
@@
-513,8
+513,8
@@
Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
in @ref{Building Lists}.
@end defun
- The @code{append} function provides a way to convert a vector into a
-list with the same elements
(@pxref{Building Lists})
:
+ The @code{append} function
also
provides a way to convert a vector into a
+list with the same elements:
@example
@group